home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / mp3ext / MP3ext33b19.exe / {app} / Actions / Export.mp3a < prev    next >
Encoding:
Text File  |  1998-03-25  |  651 b   |  14 lines

  1. ; This is my export function, to export the Info of a complete CD.
  2. ; it is written in a text-file, with the name of the volume.
  3. ; you probably have to adjust the filename to something suitable
  4. ;
  5. ; if you have multiple files in the directoy you can create a file
  6. ; with all your MP3s when you enter the shell, and chage to the directory
  7. ; and then join the files into a single one with the command
  8. ; "type *.* >C:\allcds.txt". Note the target has to be somewhere else.
  9.  
  10. [ActionFilename]
  11. S:\\SAVE\\MMCDS\\MP3\\$(volume).txt
  12. [ActionFileFormat]
  13. $(volume)\t$(title)\t$(artist)\t$(album)\t$(genre)\t$(sectime)\t$(bitrate)\t$(filesize)\t$(file)
  14.